home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / presto / prest1_0.lha / src / pstream.h < prev    next >
C/C++ Source or Header  |  1991-12-11  |  321b  |  18 lines

  1. #ifndef __presto__pstream_h__
  2. #define __presto__pstream_h__
  3.  
  4. #ifdef notdef
  5. #define PSTREAM_SHARED shared_t
  6.  
  7. extern PSTREAM_SHARED ostream pcout;
  8. extern PSTREAM_SHARED ostream pcerr;
  9. extern PSTREAM_SHARED istream pcin;
  10.  
  11.  
  12. #define     cin    pcin
  13. #define        cout    pcout
  14. #define        cerr    pcerr
  15. #endif
  16.  
  17. #endif /* __presto__pstream_h__ */
  18.